[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Creates a new Bag.
Namespace: Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
C# |
---|
public Bag() |
Visual Basic (Declaration) |
---|
Public Sub New |
Visual C++ |
---|
public: Bag () |
Remarks
Items that are null are permitted.
See Also
Bag<(Of <T>)> Class
Wintellect.PowerCollections Namespace